home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRNOMY / SKYMP20A.ZIP / HISTORY.TXT < prev    next >
Text File  |  1994-01-06  |  6KB  |  160 lines

  1. SkyMap Release History
  2. ----------------------
  3.  
  4.  
  5.  
  6. 27-DEC-93 v2.0
  7.  
  8. Major release. A total rewrite of the program to make it much faster and
  9. to dramatically improve the user interface. Many new features added
  10. including display of comets.
  11.  
  12.  
  13. 10-Sep-93 v1.33
  14.  
  15. Bug-fix release:
  16.  
  17. Images of RNGC objects couldn't be displayed automatically on a horizon
  18. map, because I'd forgotten to add the line of code to do so! Fixed.
  19.  
  20.  
  21. 25-Aug-93 v1.32
  22.  
  23. Bug-fix release:
  24.  
  25. An error in the floating point emulation libraries of Microsoft's Visual C++
  26. compiler, causing the "tan" function to return the wrong sign, was resulting
  27. in the effects of refraction being applied in reverse on some machines
  28. without a maths co-processor.  Applied a "work around".
  29.  
  30. The colour of RNGC objects and their labels was defaulting to black on the
  31. horizon map.  This was difficult to see against the black map background!
  32.  
  33.  
  34. 04-Jul-94 v1.31
  35.  
  36. Minor bug fix release:
  37.  
  38. It wasn't possible to save a configuration in which the faintest stars were
  39. drawn as a single pixel.  Single pixel stars were replaced by 4-pixel stars
  40. by over-zealous error checking code when the configuration was reloaded.
  41.  
  42. RNGC objects on the Area map were being incorrectly drawn and labelled using
  43. the star, rather than the RNGC object colours.
  44.  
  45. An extra line connecting the two halves of the constellation "Serpens" was
  46. being drawn on the constellation outlines, because the drawing code regarded
  47. Serpens as a single constellation whose points were to be connected.  Fixed
  48. by treating the two halves of Serpens as two separate constellations as far
  49. as the outline drawing code is concerned.
  50.  
  51.  
  52. 29-May-93 v1.3
  53.  
  54. New features:
  55.  
  56. The program can now display non-stellar objects.  The database used is the
  57. Revised New General Catalogue (RNGC).
  58.  
  59. Constellation boundaries can now be displayed.
  60.  
  61. The printing options have been greatly expanded.  When a map is printed the
  62. user can now select whether to print the entire map, or the current zoomed
  63. view, and also whether to print in black and white or colour.  For colour
  64. maps a dialog allows the user to select the colour of each component of
  65. the map.
  66.  
  67. All map features are now present on both the horizon and sky area maps
  68. (eg star labels can now be displayed on the horizon map).  The user interface
  69. has been made more consistent between the map types.
  70.  
  71. The program now has an optional ToolBar at the top of the screen, which
  72. provides short-cuts for the commands on the "View" menu.
  73.  
  74. The program now (finally!) has a complete on-line help system.  This is
  75. basically a copy of the manual.
  76.  
  77. Bug fixes:
  78.  
  79. I'd forgotten to apply the correction for diurnal parallax to planetary
  80. positions on the Sky Area map.  Consequently, the planets were being shown
  81. in their geocentric, rather than topocentric positions, resulting in errors
  82. of up to 2 degrees in the apparent position of the Moon.  Fixed.
  83.  
  84. The size of the image of the Sun and Moon on the Sky Area map was being
  85. incorrectly calculated, resulting in images that were about 50% too large
  86. when the map was printed on a portrait orientation page.  Fixed.
  87.  
  88.  
  89. 07-Mar-93 v1.2
  90.  
  91. New features:
  92.  
  93. Added a new "Sky Area" map type, centred on a right ascension and
  94. declination.  This is intended to be used to draw a detailed map of a
  95. small region of the sky.
  96.  
  97. Added the ability to display photographic images in either GIF or BMP
  98. format.  Images can either be explicitly opened, or associated with specific
  99. objects (currently planets) and automatically displayed.
  100.  
  101. Bugs fixed:
  102.  
  103. Single pixel stars were being printed on the printer in the screen colour,
  104. which almost certainly mapped to white on the printer, resulting in them
  105. not being printed.  On a mono print, single pixel stars are now correctly
  106. printed black.
  107.  
  108. When the right mouse button was pressed over a horizon map to display the
  109. pop-up menu, then the *right*, rather than the *left* button pressed (ie,
  110. a user input error!) an incorrect cursor position was stored.  If the left
  111. button was subsequently used to select an information dialog a wildly
  112. inaccurate position or a GPF resulted.  This is probably the cause of all
  113. the "random number" errors previously reported.  Thanks to Don Munro for
  114. tracking down a reproducable case of this puzzling error!  Fixed.
  115.  
  116. Removed the incorrect, uninitialized data displayed on the information dialogs
  117. for the Sun and Moon. (Eg phase 0.000 for the Sun.)
  118.  
  119.  
  120. 05-Feb-93 v1.11
  121.  
  122. When the start of a constellation figure was off the edge of the map,
  123. the first visible line of the constellation was being drawn incorrectly in
  124. certain circumstances.  Fixed.
  125.  
  126. The correction for refraction was being correctly calculated and correctly
  127. displayed in the "About" box for a star, but not applied to the plotted
  128. position of the stars on the map.  This led to stars being plotted with
  129. slightly too low an altitude (the maximum error being about half a degree
  130. at the horizon).  Fixed.
  131.  
  132. If the star position calculation was aborted by the user pressing the "Cancel"
  133. button, the subsequent constellation figure setup calculation code displayed
  134. an error message for each star it was unable to find.  Pressing the "Cancel"
  135. button now aborts the map calculation cleanly.
  136.  
  137.  
  138. 31-Jan-93 v1.1
  139.  
  140. Test release to BIX only for testing.
  141.  
  142. In the "Observer" dialog, the "Time Difference" edit field was only wide
  143. enough to allow two digits to be entered, making the program not too
  144. useful for anyone outside the GMT time zone.  Fixed.
  145.  
  146. Version 1.0 of SkyMap simply plotted stars in their mean catalog position.
  147. This version now rigorously calculates the apparent place for the time of
  148. observation, correcting for proper motion, aberration, precession, nutation,
  149. and refraction.
  150.  
  151. Added code to verify that dates are in the range 4000BC-8000AD (the
  152. range over which the planetary position equations are valid.
  153.  
  154.  
  155.  
  156. 24-Jan-93 v1.0
  157.  
  158. Release of SkyMap 1.0, with basic facilities for drawing horizon map and
  159. plotting planetary and lunar positions.
  160.